home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / diskmags / 0022-3.564 / dmg-0085 / 291.txt < prev    next >
Text File  |  1997-04-16  |  13KB  |  319 lines

  1.  
  2.  
  3. INFO-ATARI16 Digest         Wed,  7 Mar 90       Volume 90 : Issue  291
  4.  
  5. Today's Topics:
  6.                   DMA Programming... DLII-Boot Read
  7.                         Gemini and Gulam Woes.
  8.            How do you create non-scrolling screen regions?
  9.                                METAFONT
  10.                              Question..??
  11.                         Quick ST 2.0 (2 msgs)
  12.                        RWABS TRAPPING ERRORS...
  13.           Subject: Sooner or later it _will_ happen to you.
  14. ----------------------------------------------------------------------
  15.  
  16. Date: 1 Mar 90 13:55:04 GMT
  17. From:
  18.  cica!sol.ctr.columbia.edu!zaphod.mps.ohio-state.edu!mips!prls!philabs!ttidca!wo
  19.  odside@tut.cis.ohio-state.edu  (George Woodside)
  20. Subject: DMA Programming... DLII-Boot Read
  21. Message-ID: <10382@ttidca.TTI.COM>
  22.  
  23. In article <1990Feb28.122940.2051@ux1.cso.uiuc.edu> cs325ec@ux1.cso.uiuc.edu
  24.  (Gregory Lemperle-Kerr) writes:
  25. ...[edited]...
  26. >       Does anyone know how DLII accomplishes the reading of boot sector
  27. >       0 of a hard drive?  Must this be done in assembler, or can I do
  28. >       it with Turbo C?
  29.  
  30. You can do it with whatever you please. It is nothing more than a Rwabs
  31. function call.
  32.  
  33. Rwabs normally accesses the drive as a logical device, so a read of
  34. sector 0 will return logical sector 0 of a drive. If you set the
  35. absolute address bit (bit 4, I believe), it will read the physical
  36. sector 0 (partition map) of a partitioned drive. If the drive is not
  37. partitioned, physical and logical sectors are the same.
  38.  
  39. > Also: if I change the partition info on the boot sector and reboot,
  40. >will everything conform?
  41.  
  42. Conform to what? A trashed drive? Yes. A drive with a different partitioning
  43. scheme? No. Partitioning a drive is vastly more complex than just the
  44. values in the partition maps and boot sectors. If you don't know what
  45. you are doing, I strongly recommend good backups prior to experimentation.
  46.  
  47. >Also:  I noticed that ICD allows more than 4 partitions/drive
  48. >       by turning to $156 offset after filling those starting
  49. >       at $1c6... is this OK and compatible with everything?
  50.  
  51. No. It is specific to the driver you are using. The original Atari
  52. partitioning system supported four partitions. The extended method
  53. devised by SUPRA is what you are describing, and is supported by
  54. SUPRA and ICD (I think Astra also used it). The extended partitioning
  55. announced by Atari with HDX 3 is not the same.
  56. --
  57. * George R. Woodside - Citicorp/TTI - Santa Monica, CA *
  58. * Path:       woodside@ttidca                          *
  59. *   or:       ..!
  60.  
  61. ------------------------------
  62.  
  63. Date: Tue,  6 Mar 90 13:31:10 EST
  64. From: SKOLODZIESKI@VAXB.STEVENS-TECH.EDU (aluminum foil ball)
  65. Subject: Gemini and Gulam Woes.
  66. Message-ID: <9026133111.24401c79.SKOLODZIESKI>
  67.  
  68.  
  69.         I love GEMINI, it is all one could ask for in a desktop. The only
  70. problem I have is when running Gulam from Gemini. It I call gulam, "Gulam.tos"
  71. it will run fine in the slow <console> window. But if I call  gulam "Gulam.prg"
  72. it will clear the screen and run just as iff it was clicked from the desktop.
  73. The hitch is, after exiting gulam and getting back to the GEMINI desktop, I
  74. cannot renter gulam. It just clears the screen, then pops back to the GEMINI
  75. destop. This is killing me. Any thoughts on this????
  76.  
  77.  
  78.    Scott Kolodzieski
  79.    Stevens Institute of Technology
  80.    skolodzieski@vaxc.stevens-tech.edu
  81. ------------
  82.  
  83. ------------------------------
  84.  
  85. Date: 6 Mar 90 22:07:13 GMT
  86. From:
  87.  mips!zaphod.mps.ohio-state.edu!sunybcs!uhura.cc.rochester.edu!rochester!rit!ult
  88.  b!ajy2208@apple.com  (A.J. Yarusso)
  89. Subject: How do you create non-scrolling screen regions?
  90. Message-ID: <2344@ultb.isc.rit.edu>
  91.  
  92. Hi everyone,
  93.  
  94.   I need to know how to create region(s) on the screen that are
  95. independent from normal screen i/o (mainly, scrolling..).  Most terminal
  96. programs have a line or two somewhere on the screen that doesn't scroll.
  97. Usually these are status displays to show useful information (baud rate,
  98. system connected to, various toggles, etc..).
  99.  
  100.   I've searched my wonderful MWC manual, but there's no mention on how
  101. to create something to this effect.  If I had $250 to plunk down for
  102. developer docs, I'd do that.  If Atari was more leniant with disclosure
  103. of USEFUL information for the ST, I might be able to buy books that
  104. describe just what I want to do.  In that respect, the 8-bit was much
  105. more enjoyable to program than the ST.  Hmm, it seems that my request
  106. for help is becoming a flame, so I'll cool my jets now..
  107.  
  108.   Hopefully I won't have to write custom screen i/o routines to do
  109. this..  Ahh, I wish the ST had a display list..  :-)
  110.  
  111. _____________________________________________________________________________
  112.  Albert Yarusso, Rochester     ajy2208@ritvax.bitnet
  113.  Institute of Tech. _________________________________________________________
  114.  Computer Science  /___   /    
  115. ______________________/  /     ajy2208@ultb.cs.rit.edu     GEnie:  A.Yarusso
  116.  
  117. ------------------------------
  118.  
  119. Date: Wed, 07 Mar 90 13:48:00 GMT
  120. From: Mr. Stephen Culshaw
  121.  <XUUM24%PRIME-A.CENTRAL-SERVICES.UMIST.AC.UK@Forsythe.Stanford.EDU>
  122. Subject: METAFONT
  123. Message-ID: <$TGJHCZFZCRGR at UMPA>
  124.  
  125. I have been using METAFONT to generate various fonts for the Atari
  126. TeX previewer SHOWDVI.TTP. I have hit a problem and with only very limited
  127. knowledge of METAFONT, I would appreciate any suggestions as to the cause
  128. of the fault. I have been able to generate the 144gf and 249gf sizes but
  129. when I try to generate the 173gf, this is what I get.
  130.  
  131. This is METAFONT, C Version 1.5 (no base preloaded)
  132. ** \mode=catari;\mag=1.802;input cmss10
  133. (.\cmss10.mf (.\cmbase.mf) (.\roman.mf (.\romanu.mf [65] [66] [67] [68]
  134. [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83]
  135. [84] [85] [86] [87] [88] [89] [90]) (.\romanl.mf [97] [98] [99] [100] [101]
  136. [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113]
  137. [114] [115] [116] [117] [118] [119] [120] [121] [122]) (.\greeku.mf [0]
  138. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]) (.\romand.mf [48] [49] [50] [51]
  139. [52] [53] [54] [55] [56] [57]) (.\romanp.mf [36] [38] [63] [62]) (.\romspl.mf
  140. [16] [17] [25]
  141. ! bad pos.
  142. <to be read again>
  143.                    ;
  144. pos->...XPR3)<=currentbreadth:errmessage"bad pos";
  145.                                                   fi.fi(x(SUFFIX2)r-x(SUFFIX...
  146. l.84 pickup tiny.nib; pos11(right_curve,0)
  147.                                           ;
  148. ? [26]
  149. ! bad pos.
  150. <to be read again>
  151.                    ;
  152. pos->...XPR3)<=currentbreadth:errmessage"bad pos";
  153.                                                   fi.fi(x(SUFFIX2)r-x(SUFFIX...
  154. l.138 pickup tiny.nib; pos11(right_curve,0)
  155.                                            ;
  156. ?
  157.  
  158.  
  159. Also does any one have the neccessary .MF file for generating the fonts
  160. for the Atari SLM804. Someone posted me a .MF file previously but it
  161. required a couple of files that I've not been able to find - ie. PLAIN.MF
  162. version 1.0a and the corresponding CMBASE.MF - does anyone have them.
  163. The problem relates (I think) to the Atari laser being 'write-white'
  164.  
  165.  
  166. % stlaser mode: to generate fonts for the Atari ST laser printer SLM804
  167. mode_def stlaser =
  168.  proofing:=0;                  % no, we're not making proofs
  169.  fontmaking:=1;                % yes, we are making a font
  170.  tracingtitles:=0;             % no, don't show titles at all
  171.  pixels_per_inch:=300;         % that's pretty low resolution
  172.  blacker:=-.25;                % less blackness
  173.  fillin:=.5;                   % compensate for diagonal fillin
  174.  o_correction:=0;              % normal overshoot
  175.  write_white_engine:=true;     % You have to use the modified PLAIN.MF V1.0a
  176.                                % and the corresponding CMBASE.MF, which has
  177.                                % to be modified according to TUGboat 1/1987)
  178.  enddef;
  179.  
  180.  
  181. Thanks for any help
  182.  
  183. Steve C.
  184. xuum24
  185.  
  186.  
  187.  
  188. ------------------------------
  189.  
  190. Date: 6 Mar 90 22:06:25 GMT
  191. From: tiamat!mjbtn!raider!dlh@uunet.uu.net  (Dana L. Holt)
  192. Subject: Question..??
  193. Message-ID: <188@raider.MFEE.TN.US>
  194.  
  195.         <This is a re-post due to the fact that I only got 1 reply>
  196.  
  197.         Ok, I have a program I have written in assembly. It replaces the
  198. Alt-Help (print screen) vector. It pops when Alt-Help is pressed. Well,
  199. when I press Alt-Help I get my menu. I can select from the menu, but
  200. when I try to do any disk access it locks the machine. If I press 'X' for
  201. exit on the menu it returns to the Desktop or current program just fine.
  202. It doesn't mess up until I try to do disk access, can ANYONE help me out?
  203. Do I need to disable an interrupt or something? Thanks in advance!
  204.                         dlh@raider.MFEE.TN.US
  205. P.S. E-mail OR post on the net, doesn't matter.
  206.  
  207. ------------------------------
  208.  
  209. Date: 7 Mar 90 06:58:15 GMT
  210. From:
  211.  zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!xanth!xanth.cs.odu.edu!scott@
  212.  tut.cis.ohio-state.edu  (Scott Yelich)
  213. Subject: Quick ST 2.0
  214. Message-ID: <SCOTT.90Mar7015815@offa.cs.odu.edu>
  215.  
  216. > I read the press release on the new Quick ST 2.0 and it mentioned something
  217. > about a demo.  I was wondering if anyone knows where I could get this on the
  218. > net or if anyone could send it to me.  I would like to see how this beast
  219. > works.  Thank you.
  220.  
  221. Speaking of Quick ST.... has anyone had any experience with Gemini?  It looks
  222. pretty decent... but when I try to couple Gemini's console window with
  223. gulam and I have quick BIOS text set from Quick ST, I get some trash on the
  224. screen.
  225.  
  226. And now for a random thoughts:
  227. 1) Information on that disk to disk copy scheme as well as the space ace
  228.    demo are available through ftp from xanth.cs.odu.edu.
  229. 2) Could someone kindly tell me the latest versions of the following programs?
  230.    unix windows, quick st, picswitch, ka9q (slip), uniterm, minix (st)
  231. 3) Does anyone have problems with Publishign Partner crashing a lot?
  232.    And, is it correct that I read that the font creator would allow you
  233.    create fonts that would only work on a non-Postscript printer?
  234. I know I haven't given my setup, but things change so quickly, who
  235. knows what it will be by the time you read this.
  236.  
  237. ------------------------------
  238.  
  239. Date: 6 Mar 90 21:42:05 GMT
  240. From: agate!darkstar!ucscb.UCSC.EDU!rome@ucbvax.Berkeley.EDU
  241. Subject: Quick ST 2.0
  242. Message-ID: <1664@darkstar.ucsc.edu>
  243.  
  244. I read the press release on the new Quick ST 2.0 and it mentioned something
  245. about a demo.  I was wondering if anyone knows where I could get this on the
  246. net or if anyone could send it to me.  I would like to see how this beast
  247. works.  Thank you.
  248.  
  249.        Roman Baker
  250.        rome@ucscb.UCSC.EDU
  251.  
  252. ------------------------------
  253.  
  254. Date: 5 Mar 90 18:25:52 GMT
  255. From: att!dptg!lzsc!hcj@ucbvax.Berkeley.EDU  (HC Johnson)
  256. Subject: RWABS TRAPPING ERRORS...
  257. Message-ID: <1358@lzsc.ATT.COM>
  258.  
  259. In article <16000019@ux1.cso.uiuc.edu>, cs325ec@ux1.cso.uiuc.edu writes:
  260. >
  261. >
  262. >       Yet another Rwabs question:
  263. >
  264. >       Can anyone tell me how to trap the call to the dialog
  265. >       box which says something to the effect of Data in
  266. >       Drive X: is damages... ?
  267. >
  268. The reason the call is there is that you are DEAD if the disk fails.
  269.  
  270. I suspect that you are trying to scan the disk for bad sectors, and don't
  271. want the message.  If so, try OR-ing 0x8 to the command word.  Supra
  272. and or ICD use this to turn off retries, and I would suspect it will also
  273. stop the dialog box  call as well.
  274.  
  275.  
  276. Howard C. Johnson
  277. ATT Bell Labs
  278. att!lzsc!hcj
  279. hcj@lzsc.att.com
  280.  
  281. ------------------------------
  282.  
  283. Date: Mon, 5 Mar 90 14:23+0100
  284. From: Ritzert%DMZRZU71.BITNET@Forsythe.Stanford.EDU
  285. Subject: Subject: Sooner or later it _will_ happen to you.
  286. Message-ID: <900305132338.807867@DMZRZU71-UNI-MAINZ--GERMANY>
  287.  
  288. <Over the weekend I managed to completely blow away my hard drive.  It wouldn't
  289. <boot, it wouldn't talk to my ST at all, even when I ran AHDI from floppy.
  290. <
  291. <Wouldn't do _nuthin'_.
  292. <
  293. <c60 meg, gone, all gone.
  294. <
  295. <Would you beleive that this has a happy ending?  I had just made
  296.  
  297. Well, it looks like the drive "felt formatted". This happens sometimes;
  298. I know several people who have had these problems. It also happened to
  299. me with the sh205 a few weeks ago. After I had reformatted the drive (of
  300. course!), someone who has faced this problem several times told me of a
  301. way to restore the drive, at least the partitions above c:\. He told me
  302. that usually only the first 8-10 kB were zeroed. So it was possible to
  303. reconstruct the later partitions with a hd-sector-editor like Supra's
  304. supedit.prg. Of course You have to know about the physical structure on
  305. the disk. So it is recommendable to use such a tool to extract the
  306. formatting and partitioning information, write it onto a sheet of paper
  307. and attach that to the case of You drive.
  308.  
  309. Does anyone (eventually Atari engineers?) know about the reason for this
  310. problem? Even the people mentioned above --- all very experienced, doing
  311. hardware development for the ST and other computers --- had no idea.
  312.  
  313. Michael Ritzert
  314. mjr@dmzrzu71.bitnet
  315.  
  316. ------------------------------
  317.  
  318. End of INFO-ATARI16 Digest V90 Issue #291
  319. *****************************************